home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmFoward
- BackColor = &H80000012&
- BorderStyle = 1 'Fixed Single
- Caption = "Foward"
- ClientHeight = 1665
- ClientLeft = 4485
- ClientTop = 2685
- ClientWidth = 2040
- Icon = "frmFoward.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1665
- ScaleWidth = 2040
- Begin VB.CommandButton cmdDone
- Caption = "Done"
- Height = 375
- Left = 120
- TabIndex = 1
- Top = 1080
- Width = 1695
- End
- Begin VB.Label lblFoward
- BackColor = &H80000007&
- Caption = " This command takes you to the next screen your were at, if there is one"
- ForeColor = &H000000FF&
- Height = 855
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 1815
- End
- Attribute VB_Name = "frmFoward"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdDone_Click()
- frmFoward.Hide
- frmGo.Show
- End Sub
-